home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
database
/
do1beta
/
dbfedit.do
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-06
|
161 b
|
8 lines
/*
demo a full screen editor for a DBF file
*/
do dbflib; % load the Dbffile::edit() method, among others
db = new(Dbffile,"test");
edit(db);
close(db);